翻訳と辞書
Words near each other
・ Smalls Paradise
・ Smallscale archerfish
・ Smallscale darter
・ Smallscale lizardfish
・ Smallscale mud carp
・ Smallscale redfin
・ Smallscale yellowfish
・ Smallscaled gurnards
・ Smallskin tree frog
・ Smallspine spookfish
・ Smallspot moray eel
・ Smallspotted dart
・ SmallSQL
・ Smalltail shark
・ Smalltalk
Smalltalk MT
・ Smalltalk YX
・ Smallthorn sandskate
・ Smallthorne
・ Smallthorne Urban District
・ Smalltooth sand tiger
・ Smalltooth sawfish
・ Smalltooth stingray
・ Smalltown America Records
・ Smalltown Boy
・ Smalltown DJs
・ Smalltown Poets
・ Smalltown Poets (album)
・ Smalltown Superjazzz
・ Smalltown Supersound


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Smalltalk MT : ウィキペディア英語版
Smalltalk MT
Smalltalk MT is an implementation of the Smalltalk programming language created in 1994 by Tarik Kerroum to deal with some of the shortcomings of Smalltalk-80 style of implementations. Smalltalk MT adopts a different approach in that the Smalltalk source is compiled to machine code before being executed.
This allows the developer the freedom of working with compiled code without the need for the traditional compile-link-run cycle. This is like a specialized form of incremental or dynamic compilation.
Smalltalk MT directly interfaces to DLLs in exactly the same manner as C which allows DLL calls to be tested directly in a Workspace, which allows a scripting style of approach to accessing any DLL based code.
For example, one could write in a Workspace the following:
a := 'abc'.
WINAPI _strrev: a.
a inspect.
The WINAPI call directly calls the DLL function _strrev natively passing parameters from the Smalltalk environment to the C environment and back.
Smalltalk MT has a close integration with COM objects and fully compiled COM components can be created that operate in exactly the same way as C/C++ COM objects.
In 1998 David Anderson teamed up with Tarik Kerroum to advance Smalltalk MT into the high performance and graphics areas.
==External links==

*http://www.objectconnect.com/
*http://www.genify.com/

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Smalltalk MT」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.